Hey there,I’m facing one problem to generate automatic click on my current screen. My requirement is when i get x,y coordinate from server in that case i've to get my top most view controller and generate touch on that location.On my presented screen there can be multiple control objects ( uibutton, segment, textfield, tablebiew, or actionsheet etc.)So in that case if my x,y coordinate contain to any of uicontrol object frame that object action click automatic.Example i get 50, 120 coordinate from server and on my screen UIButton is positioned with frame (20, 100, 280, 50) so in that case button action call automatically. This would be same for any other UIControl type object like (UIAlertController, UIButton, UITableViewCell didselect, ActionSheet etc) I'm using -Xcode - 11iOS - 12Socket to get coordinate from serverRavi Sendhav